01. Project Intro

Project Intro

C++ND C1 Project Intro

Welcome to the course project! In this project, you will create a route planner that plots a path between two points on a map using real map data from the [OpenStreeMap project](). When you are finished with the project, your output should look like the image below:

A path rendered between two points on a map.

A path rendered between two points on a map.

This starting code for this project comes from a map rendering example in the Github repo for the 2D Graphics Library, IO2D. In your project, you will be extending the code to search for and display a path between two points on the map.